home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TCSSSELECTFORM / TCSSSELECTFORM.txt
Text File  |  2014-12-03  |  1KB  |  67 lines

  1. object CSSSelectForm: TCSSSelectForm
  2.   Left = 76
  3.   Top = 729
  4.   Caption = 'CSS Auswahl'
  5.   ClientHeight = 205
  6.   ClientWidth = 258
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = TntFormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object GroupBox1: TTntGroupBox
  19.     Left = 9
  20.     Top = 9
  21.     Width = 242
  22.     Height = 147
  23.     Caption = 'CSS-Datei'
  24.     TabOrder = 0
  25.     object Label1: TTntLabel
  26.       Left = 17
  27.       Top = 26
  28.       Width = 208
  29.       Height = 35
  30.       AutoSize = False
  31.       Caption = 
  32.         'In dem Zielverzeichnis befindet sich (mindestens) eine CSS-Datei' +
  33.         '.'
  34.       WordWrap = True
  35.     end
  36.     object Label2: TTntLabel
  37.       Left = 17
  38.       Top = 60
  39.       Width = 208
  40.       Height = 36
  41.       AutoSize = False
  42.       Caption = 'Welche CSS-Datei soll verwendet werden?'
  43.       WordWrap = True
  44.     end
  45.     object cbCSSFile: TTntComboBox
  46.       Left = 17
  47.       Top = 103
  48.       Width = 208
  49.       Height = 22
  50.       Style = csDropDownList
  51.       ItemHeight = 0
  52.       TabOrder = 0
  53.     end
  54.   end
  55.   object OK: TTntButton
  56.     Tag = 60
  57.     Left = 93
  58.     Top = 171
  59.     Width = 80
  60.     Height = 27
  61.     Caption = '&OK'
  62.     Default = True
  63.     TabOrder = 1
  64.     OnClick = OKClick
  65.   end
  66. end
  67.